Sort Objects
-
A parameter object for the sorting of items of a GamesForMatch request
The GamesForMatch Sort Object is an array of keys to sort by, and whether those keys should be ascending or decending. Use the enum GamesForMatchSortKey to select a key
Remark
See theGame
object for a description of each fieldDeclaration
Swift
public struct GamesForMatchSortObject : SortObject
-
Undocumented
See moreDeclaration
Swift
public struct ItemsSortObject : SortObject
-
Undocumented
See moreDeclaration
Swift
public struct GetLeaguesSortObject : SortObject
-
Undocumented
See moreDeclaration
Swift
public struct GetMatchesSortObject : SortObject
-
Undocumented
See moreDeclaration
Swift
public struct PlayerSortObject : SortObject
-
Undocumented
See moreDeclaration
Swift
public struct SeriesSortObject : SortObject
-
Undocumented
See moreDeclaration
Swift
public struct TournamentsSortObject : SortObject